GET v1/store/login/user/orders/unsubmitted/items/proof?orderItemIDs[0]={orderItemIDs[0]}&orderItemIDs[1]={orderItemIDs[1]}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderItemIDs | Collection of globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ProofStatusModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderItemID |
The unique ID of the order item |
globally unique identifier |
None. |
| Status |
The status of the proof |
ActivityStatus |
None. |
| ThumbnailUrl |
The thumbnail url of the proof |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"OrderItemID": "fb292cec-3384-4595-bc70-94c7a91f3279",
"Status": 1,
"ThumbnailUrl": "sample string 2"
},
{
"OrderItemID": "fb292cec-3384-4595-bc70-94c7a91f3279",
"Status": 1,
"ThumbnailUrl": "sample string 2"
}
]